home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_71 / PlaceObject2_288_103 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  115 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(this._parent.hero.shape.hitTest(this))
  3.    {
  4.       this.gotoAndStop(2);
  5.    }
  6. }
  7.